ListLevelPositionAndSpaceMode Enumeration

Represents how the position and spacing of the list labels (numbers or bullets) is defined.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum ListLevelPositionAndSpaceMode

Members

LabelAlignment0 The list level label alignment and the text align attribute are used to define the position and spacing of the list label and the list item.
LabelWidthAndPosition1 The space before, min label width, min label distance and text align attributes are used to define the position and spacing of the list label and the list item.
None2 None.

See Also